home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / net / SocksSocketImpl$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  970 b   |  20 lines

  1. package java.net;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. final class SocksSocketImpl$2 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    final InetAddress val$addr;
  8.    // $FF: synthetic field
  9.    final SocksSocketImpl this$0;
  10.  
  11.    SocksSocketImpl$2(SocksSocketImpl var1, InetAddress var2) {
  12.       this.this$0 = var1;
  13.       this.val$addr = var2;
  14.    }
  15.  
  16.    public Object run() {
  17.       return Authenticator.requestPasswordAuthentication(SocksSocketImpl.access$300(this.this$0), this.val$addr, SocksSocketImpl.access$400(this.this$0), "SOCKS5", "SOCKS authentication", (String)null);
  18.    }
  19. }
  20.